/* right wedget Default area css */
.single-sid-wdg {
    margin-bottom: 50px;
}


.single-sid-wdg h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #1a2b3c;
    padding: 15px;
    background: #f7faff;
    position: relative;
    line-height: 1;
}

.single-sid-wdg h4:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #ff60a3;
}

/* widget latest post area css */

.single-wdg-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.single-wdg-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.wdg-post-img {
    min-width: 100px;
    height: auto;
}

.wdg-post-content {
    padding-left: 12px;
}

.wdg-post-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #1a2b3c;
}

.single-wdg-post:hover .wdg-post-content h5 a {
    color: #ff60a3;
}

.wdg-post-content span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
}

/* widget post archive area css */

.wdg-post-archive li {
    margin-bottom: 25px;
}

.wdg-post-archive li:last-child {
    margin-bottom: 0;
}

.wdg-post-archive li a {
    font-size: 15px;
    color: #757575;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.wdg-post-archive li:hover a {
    color: #ff60a3;
}

.wdg-post-archive li a span {
    float: right;
}

/* widget follow us css */
.single-sid-wdg .wdg-follow-us {
    padding: 0;
    margin: 0;
}

.wdg-follow-us li {
    display: inline-block;
    margin: 0 5px;
}

.wdg-follow-us li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #1a2b3c;
    background: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: .3s all;
    border: 1px solid #f1f1f1;
}

.wdg-follow-us li a:hover {
    color: #fff;
    background: #ff2782;
}

/* widget Archives List area css */
.single-sid-wdg.widget_archive {}

.single-sid-wdg.widget_archive ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sid-wdg.widget_archive ul li a {

    color: #757575;
}

.single-sid-wdg.widget_archive ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #757575;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.single-sid-wdg.widget_archive ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.single-sid-wdg.widget_archive ul li:hover a,
.single-sid-wdg.widget_archive ul li:hover {
    color: #ff2782;
}


/* widget Archives Select area css */
.single-sid-wdg.widget_archive .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.single-sid-wdg.widget_archive select {
    width: 100% !important;
    height: 40px;
    color: #8C8C8C;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 5px;
    border: 1px solid #8C8C8C;
}

/* widget Calendar Widget area css */
.single-sid-wdg.widget_calendar {
    width: 100%;
}

.widget.single-sid-wdg.widget_calendar .calendar_wrap {}

.single-sid-wdg.widget_calendar .calendar_wrap table {
    width: 100%;
}

.single-sid-wdg.widget_calendar .calendar_wrap table caption {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    caption-side: top;
    padding-top: 0;
}

.single-sid-wdg.widget_calendar .calendar_wrap table thead {
    font-size: 10px;
}

.single-sid-wdg.widget_calendar .calendar_wrap table thead th {
    padding: 10px;
    font-size: 15px;
    border-bottom: 0;
    border-left: 0;
    border: 1px solid #f1f1f1;
}

.single-sid-wdg.widget_calendar .calendar_wrap table tbody {
    color: #aaa;
}

.single-sid-wdg.widget_calendar .calendar_wrap table tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    transition: all .3s;
    cursor: pointer;
}

.single-sid-wdg.widget_calendar .calendar_wrap table tbody td:hover {
    background: #ff2782;
    color: #fff;
}

.single-sid-wdg.widget_calendar .calendar_wrap table tbody .pad {
    background: none;
}

.single-sid-wdg.widget_calendar .calendar_wrap table tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

.single-sid-wdg.widget_calendar .calendar_wrap table tfoot #prev {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 15px;
}

/* widget categories Widget area css */

.single-sid-wdg.widget_categories {}

.single-sid-wdg.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sid-wdg.widget_categories ul ul.children {
    margin-left: 15px;
}

.single-sid-wdg.widget_categories ul li a {
    color: #757575;
}

.single-sid-wdg.widget_categories ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #757575;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.single-sid-wdg.widget_categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.single-sid-wdg.widget_categories ul li a:hover {
    color: #ff2782;
}

/* widget Categories Dropdown Widget area css */

.single-sid-wdg.widget_categories .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.single-sid-wdg.widget_categories select {
    width: 100% !important;
    height: 40px;
    color: #8C8C8C;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 5px;
    border: 1px solid #8C8C8C;
}

/* widget Pages Widget area css */

.single-sid-wdg.widget_pages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sid-wdg.widget_pages ul ul.children {
    margin-left: 15px;
}

.single-sid-wdg.widget_pages ul li a {
    color: #757575;
}

.single-sid-wdg.widget_pages ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #757575;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.single-sid-wdg.widget_pages ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.single-sid-wdg.widget_pages ul li a:hover {
    color: #ff2782;
}

/* widget Meta Widget area css */

.single-sid-wdg.widget_meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sid-wdg.widget_meta ul ul.children {
    margin-left: 15px;
}

.single-sid-wdg.widget_meta ul li a {
    color: #757575;
}

.single-sid-wdg.widget_meta ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #757575;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.single-sid-wdg.widget_meta ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.single-sid-wdg.widget_meta ul li a:hover {
    color: #ff2782;
}

/* widget Recent Comments area css */

.single-sid-wdg.widget_recent_comments.widget_recent_comments #recentcomments {
    padding: 0px;
    list-style: none;
    margin-bottom: 0;
}

.single-sid-wdg.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments {
    position: relative;
    padding-left: 80px;
    font-size: 16px;
    line-height: 26px;
    color: #282835;
    font-family: "Poppins", sans-serif;
    min-height: 66px;
}

.single-sid-wdg.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments:before {
    content: "\f0e5";
    font-family: fontawesome;
    border: 1px solid #ff60a3;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: #ff60a3;
    -webkit-transition: background 0.3s linear, color 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}

.single-sid-wdg.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments:before {
    line-height: 46px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    top: 0;
}

.single-sid-wdg.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments .comment-author-link {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #848ca5;
}

.single-sid-wdg.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments a {
    color: #282835;
}

.single-sid-wdg.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments a:hover {
    color: #ff60a3;
}

.single-sid-wdg.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments:not(:last-child):not(:last-child) {
    margin-bottom: 15px;
}

.single-sid-wdg.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments:hover:before {
    background: #ff60a3;
    color: #fff;
}

/* widget Recent Posts area css */

.single-sid-wdg.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sid-wdg.widget_recent_entries ul ul.children {
    margin-left: 15px;
}

.single-sid-wdg.widget_recent_entries ul li a {
    color: #757575;
}

.single-sid-wdg.widget_recent_entries ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #757575;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.single-sid-wdg.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.single-sid-wdg.widget_recent_entries ul li a:hover {
    color: #ff2782;
}

/* widget RSS area css */

.single-sid-wdg.widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-sid-wdg.widget_rss ul li {
    margin-top: 25px;
    line-height: 1.8;

}

.single-sid-wdg.widget_rss ul li a.rsswidget {
    font-weight: 600;
    color: #666;
    line-height: 1.3em;
}

.rsswidget img.rss-widget-icon {
    padding-bottom: 3px;
    margin-right: 5px;
}

.single-sid-wdg.widget_rss ul li a.rsswidget:hover {
    color: #ff60a3;
}

.single-sid-wdg.widget_rss span.rss-date {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #999;
}

.single-sid-wdg.widget_rss cite,
.single-sid-wdg.widget_rss .rssSummary {
    font-weight: 400;
}


.single-sid-wdg.widget_rss cite {
    color: #999;
    font-weight: 500;
}

/* widget RSS area css */

.single-sid-wdg.widget_search .wdg-search-form {
    position: relative;
}

.single-sid-wdg.widget_search .wdg-search-form button.submit-btn {
    background: #ff2782 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left-color: #f7faff;
}

.single-sid-wdg.widget_search .wdg-search-form input {
    height: 57px;
    border-radius: 0;
    box-shadow: none;
    color: #1a2b3c;
    background: transparent;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.wdg-search-form input :focus {
    background: transparent !important;
    border: 1px solid #98cb2b;
}

/* widget RSS area css */

.single-sid-wdg.widget_text .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.single-sid-wdg.widget_text select {
    width: 100% !important;
    height: 40px;
    color: #8C8C8C;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 5px;
    border: 1px solid #8C8C8C;
}


/* widget tags area css */

.single-sid-wdg.widget_tag_cloud .tagcloud a {
    font-size: 13px !important;
    line-height: 1;
    color: #1a2b3c;
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    transition: all .2s;
    text-transform: capitalize;
    border-radius: 20px;
    margin: 0px 5px 10px 0px;
}

.single-sid-wdg.widget_tag_cloud .tagcloud a:hover {
    background: #ff2782;
    color: #fff;
}

/* widget Nav Menu area css */


.single-sid-wdg.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sid-wdg.widget_nav_menu ul ul.sub-menu {
    margin-left: 15px;
}

.single-sid-wdg.widget_nav_menu ul li a {
    color: #757575;
}

.single-sid-wdg.widget_nav_menu ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #757575;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.single-sid-wdg.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.single-sid-wdg.widget_nav_menu ul li a:hover {
    color: #ff2782;
}

/* widget latest post area css */

.single-wdg-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.single-wdg-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.wdg-post-img {
    min-width: 100px;
    height: auto;
}

.wdg-post-content {
    padding-left: 12px;
}

.wdg-post-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #1a2b3c;
}

.single-wdg-post:hover .wdg-post-content h5 a {
    color: #ff60a3;
}

.wdg-post-content span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
}

/* widget post archive area css */

.wdg-post-archive li {
    margin-bottom: 25px;
}

.wdg-post-archive li:last-child {
    margin-bottom: 0;
}

.wdg-post-archive li a {
    font-size: 15px;
    color: #757575;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.wdg-post-archive li:hover a {
    color: #ff60a3;
}

.wdg-post-archive li a span {
    float: right;
}

/* widget follow us css */
.footer-widget .wdg-follow-us {
    padding: 0;
    margin: 0;
}

.wdg-follow-us li {
    display: inline-block;
    margin: 0 5px;
}

.wdg-follow-us li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #1a2b3c;
    background: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: .3s all;
    border: 1px solid #f1f1f1;
}

.wdg-follow-us li a:hover {
    color: #fff;
    background: #ff2782;
}

/* apork Archives css */

.widget_apork_archive_widget {}

.widget_apork_archive_widget ul.wdg-post-archive {
    list-style: none;
    padding: 0;
}

.widget_apork_archive_widget ul.wdg-post-archive li {}

.widget_apork_archive_widget ul.wdg-post-archive li a {
    display: inline-block;
}

.widget_apork_archive_widget ul.wdg-post-archive li span {
    float: right;
}

/* widget Archives List area css */

.footer-widget.widget_archive {}

.footer-widget.widget_archive ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.widget_archive ul li a {

    color: #fff;
}

.footer-widget.widget_archive ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.footer-widget.widget_archive ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.footer-widget.widget_archive ul li:hover a,
.footer-widget.widget_archive ul li:hover {
    color: #ff2782;
}


/* widget Archives Select area css */
.footer-widget.widget_archive .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.footer-widget.widget_archive select {
    width: 100% !important;
    height: 40px;
    color: #8C8C8C;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 5px;
    border: 1px solid #8C8C8C;
}

/* widget Calendar Widget area css */
.footer-widget.widget_calendar {
    width: 100%;
}

.widget.footer-widget.widget_calendar .calendar_wrap {}

.footer-widget.widget_calendar .calendar_wrap table {
    width: 100%;
}

.footer-widget.widget_calendar .calendar_wrap table caption {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    caption-side: top;
    padding-top: 0;
}

.footer-widget.widget_calendar .calendar_wrap table thead {
    font-size: 10px;
}

.footer-widget.widget_calendar .calendar_wrap table thead th {
    padding: 10px;
    font-size: 15px;
    border-bottom: 0;
    border-left: 0;
    border: 1px solid #f1f1f1;
    color: #fff;
}

.footer-widget.widget_calendar .calendar_wrap table tbody {
    color: #aaa;
}

.footer-widget.widget_calendar .calendar_wrap table tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 6px;
    transition: all .3s;
    cursor: pointer;
}

.footer-widget.widget_calendar .calendar_wrap table tbody td:hover {
    background: #ff2782;
    color: #fff;
}

.footer-widget.widget_calendar .calendar_wrap table tbody .pad {
    background: none;
}

.footer-widget.widget_calendar .calendar_wrap table tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

.footer-widget.widget_calendar .calendar_wrap table tfoot #prev {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 15px;
}
.footer-widget.widget_calendar .calendar_wrap table tfoot #prev a {
    color: #fff;
}

/* widget categories Widget area css */

.footer-widget.widget_categories {}

.footer-widget.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.widget_categories ul ul.children {
    margin-left: 15px;
}

.footer-widget.widget_categories ul li a {
    color: #fff;
}

.footer-widget.widget_categories ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.footer-widget.widget_categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.footer-widget.widget_categories ul li a:hover {
    color: #ff2782;
}

/* widget Categories Dropdown Widget area css */

.footer-widget.widget_categories .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.footer-widget.widget_categories select {
    width: 100% !important;
    height: 40px;
    color: #8C8C8C;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 5px;
    border: 1px solid #8C8C8C;
}

/* widget Pages Widget area css */

.footer-widget.widget_pages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.widget_pages ul ul.children {
    margin-left: 15px;
}

.footer-widget.widget_pages ul li a {
    color: #fff;
}

.footer-widget.widget_pages ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.footer-widget.widget_pages ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.footer-widget.widget_pages ul li a:hover {
    color: #ff2782;
}

/* widget Meta Widget area css */

.footer-widget.widget_meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.widget_meta ul ul.children {
    margin-left: 15px;
}

.footer-widget.widget_meta ul li a {
    color: #fff;
}

.footer-widget.widget_meta ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.footer-widget.widget_meta ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.footer-widget.widget_meta ul li a:hover {
    color: #ff2782;
}


/* widget Recent Comments area css */

.footer-widget.widget_recent_comments.widget_recent_comments #recentcomments {
    padding: 0px;
    list-style: none;
    margin-bottom: 0;
}

.footer-widget.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments {
    position: relative;
    padding-left: 80px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    min-height: 66px;
}

.footer-widget.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments:before {
    content: "\f0e5";
    font-family: fontawesome;
    border: 1px solid #fff;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    color: #ff60a3;
    -webkit-transition: background 0.3s linear, color 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}

.footer-widget.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments:before {
    line-height: 46px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    top: 0;
}

.footer-widget.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments .comment-author-link {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}

.footer-widget.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments a {
    color: #fff;
}

.footer-widget.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments a:hover {
    color: #ff60a3;
}

.footer-widget.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments:not(:last-child):not(:last-child) {
    margin-bottom: 15px;
}

.footer-widget.widget_recent_comments.widget_recent_comments #recentcomments .recentcomments:hover:before {
    background: #ff60a3;
    color: #fff;
}


/* widget Recent Posts area css */

.footer-widget.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.widget_recent_entries ul ul.children {
    margin-left: 15px;
}

.footer-widget.widget_recent_entries ul li a {
    color: #fff;
}

.footer-widget.widget_recent_entries ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #757575;
    transition: all .3s;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.footer-widget.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.footer-widget.widget_recent_entries ul li a:hover {
    color: #ff2782;
}

/* widget RSS area css */

.footer-widget h3 a.rsswidget:hover {
    color: #fff;
}

.footer-widget.widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget.widget_rss ul li {
    margin-top: 25px;
    line-height: 1.8;

}

.footer-widget.widget_rss ul li a.rsswidget {
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
}

.footer-widget.widget_rss .rsswidget img.rss-widget-icon {
    padding-bottom: 3px;
    margin-right: 5px;
}

.footer-widget.widget_rss ul li a.rsswidget:hover {
    color: #ff60a3;
}

.footer-widget.widget_rss span.rss-date {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #fff;
}

.footer-widget.widget_rss cite,
.footer-widget.widget_rss .rssSummary {
    font-weight: 400;
    color: #fff;
}


.footer-widget.widget_rss cite {
    color: #fff;
    font-weight: 500;
}

/* widget RSS area css */

.footer-widget.widget_search .wdg-search-form {
    position: relative;
}

.footer-widget.widget_search .wdg-search-form button.submit-btn {
    background: #ff2782 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left-color: #f7faff;
}

.footer-widget.widget_search .wdg-search-form input {
    height: 57px;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    background: transparent;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.footer-widget.widget_search .wdg-search-form input::placeholder {
    color: #fff;

}

.wdg-search-form input :focus {
    background: transparent !important;
    border: 1px solid #98cb2b;
}

/* widget Text area css */

.widget.footer-widget.widget_text .textwidget {}

.widget.footer-widget.widget_text .textwidget p {
    color: #fff;
}


/* widget RSS area css */

.footer-widget.widget_text .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.footer-widget.widget_text select {
    width: 100% !important;
    height: 40px;
    color: #8C8C8C;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 5px;
    border: 1px solid #8C8C8C;
}

/* widget tags area css */

.footer-widget.widget_tag_cloud .tagcloud a {
    font-size: 13px !important;
    line-height: 1;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    transition: all .2s;
    text-transform: capitalize;
    border-radius: 20px;
    margin: 0px 5px 10px 0px;
}

.footer-widget.widget_tag_cloud .tagcloud a:hover {
    background: #ff2782;
    color: #fff;
}

/* widget Nav Menu area css */


.footer-widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.widget_nav_menu ul ul.sub-menu {
    margin-left: 10px;
}

.footer-widget.widget_nav_menu ul li a {
    color: #757575;
}

.footer-widget.widget_nav_menu ul li {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 36px;
    color: #757575;
    transition: all .3s;
}

.footer-widget.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;

}

.footer-widget.widget_nav_menu ul li a:hover {
    color: #ff2782;
}
/******************************* footer area wedget css ******************************/

/* footer wedget all  */
.footer-widget h3 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-size: 28px;
}

.widget.footer-widget {
    margin-bottom: 40px;
}

/* footer wedget custom html 1  */
.custom-html-widget .footer-logo {
    margin-bottom: 28px;
}

.custom-html-widget p {
    font-size: 15px;
    color: #fff;
}

.custom-html-widget .footer-social {
    padding: 30px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 1px solid #fff;
    list-style: none;
}

.custom-html-widget .footer-social li {
    display: inline-block;
    margin: 0 25px 0 0;
}

.custom-html-widget .footer-social li a {
    color: #fff;
    font-size: 16px;
}

.custom-html-widget .footer-social li a:hover {
    color: #ff2782;
}
/* wedget 2.1 css */
.footer-widget.widget_nav_menu {
    margin-left: 60px;
}

.footer-widget.widget_nav_menu .menu {}

.footer-widget.widget_nav_menu .menu li:last-child {
    margin-bottom: 0;
}

.footer-widget.widget_nav_menu .menu li a {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
}